home *** CD-ROM | disk | FTP | other *** search
- // the declaration of class CKBANToolBar
- // Copyright (C) 1997 Kazutaka Hirata <khirata@jove.acs.unt.edu>
-
- #ifndef _KBANTBAR_H_
- #define _KBANTBAR_H_
-
- // stdafx.h should be included already.
-
- class CKBANToolBar : public CToolBar {
- CFont m_font;
- CComboBox m_ctlLayerComboBox;
- public:
- virtual void OnUpdateCmdUI(CFrameWnd* pTarget, BOOL bDisableIfNoHandler);
- protected:
- afx_msg int OnCreate(LPCREATESTRUCT lpcs);
- afx_msg void OnSelectLayer(void);
- afx_msg void OnCloseUp(void);
- DECLARE_MESSAGE_MAP()
- };
-
- #endif /* _KBANTBAR_H_ */
-